projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eefe356
)
(find-dired-filter): Propertize all text down to eob.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Apr 2007 21:10:36 +0000
(21:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Apr 2007 21:10:36 +0000
(21:10 +0000)
lisp/find-dired.el
patch
|
blob
|
history
diff --git
a/lisp/find-dired.el
b/lisp/find-dired.el
index 4b70a71bdb8b82ece1fb3720c7ec3a7354a723ca..47655129e29533fc1a3ec141218cacb0b06c888a 100644
(file)
--- a/
lisp/find-dired.el
+++ b/
lisp/find-dired.el
@@
-257,7
+257,7
@@
Thus ARG can also contain additional grep options."
(delete-region (point) (- (point) 2)))
;; Find all the complete lines in the unprocessed
;; output and process it to add text properties.
- (goto-char
end
)
+ (goto-char
(point-max)
)
(if (search-backward "\n" (process-mark proc) t)
(progn
(dired-insert-set-properties (process-mark proc)